home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT05.Dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  593 b   |  24 lines

  1. on enterFrame
  2.   global ayumi, syu, mayu, drink, tired, as, ss, ms
  3.   set as to 0
  4.   set ss to 0
  5.   set ms to 0
  6.   puppetSprite(16, 1)
  7.   puppetSprite(17, 1)
  8.   puppetSprite(18, 1)
  9.   puppetSprite(19, 1)
  10.   puppetSprite(20, 1)
  11.   set the castNum of sprite 16 to 238 + ayumi
  12.   set the castNum of sprite 17 to 238 + syu
  13.   set the castNum of sprite 18 to 238 + mayu
  14.   set the castNum of sprite 19 to 249 + drink
  15.   set the castNum of sprite 20 to 249 + tired
  16. end
  17.  
  18. on exitFrame
  19.   global volume, slide
  20.   set volume to the soundLevel
  21.   set the visible of sprite 21 to 0
  22.   set the visible of sprite 22 to 0
  23. end
  24.